home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE2
/
PD
/
VINCE
/
!ViNCe
/
h
/
mcode
< prev
next >
Wrap
Text File
|
2002-03-10
|
152b
|
8 lines
#ifndef __MCODE_H__
#define __MCODE_H__
int mc_fill_rectangle(unsigned short *start, int x, int y, int pixelsperline, unsigned short colour);
#endif